Remove inlined documentation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Dec 2005 20:19:19 +0000 (20:19 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Dec 2005 20:19:19 +0000 (20:19 +0000)
2005-12-19  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkbutton.sgml: Remove inlined documentation

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkbutton.sgml

index f3564e9eac5dca39d24ff3ceb3908bb663d90712..986233f9a114acdf65f640c214c603ab8a9b1408 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkbutton.sgml: Remove inlined documentation
+
        * gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon
        as a non-widget.  (#324181, Maciej Katafiasz)
 
index 366bcb4f0892fcccf6438a87330a1ea0a94d8e8b..e8f75616718201744a6a48ddcd73248957ab513e 100644 (file)
@@ -39,41 +39,38 @@ This should not be accessed directly.  Use the accessor functions below.
 
 <!-- ##### SIGNAL GtkButton::clicked ##### -->
 <para>
-Emitted when a button clicked on by the mouse and the cursor stays on the
-button.  If the cursor is not on the button when the mouse button is released,
-the signal is not emitted.
+
 </para>
 
-@button: the object which received the signal.
+@button: 
 
 <!-- ##### SIGNAL GtkButton::enter ##### -->
 <para>
-Emitted when the mouse cursor enters the region of the button.
+
 </para>
 
-@button: the object which received the signal.
+@button: 
 
 <!-- ##### SIGNAL GtkButton::leave ##### -->
 <para>
-Emitted when the mouse cursor leaves the region of the button.
+
 </para>
 
-@button: the object which received the signal.
+@button: 
 
 <!-- ##### SIGNAL GtkButton::pressed ##### -->
 <para>
-Emitted when the button is initially pressed.
+
 </para>
 
-@button: the object which received the signal.
+@button: 
 
 <!-- ##### SIGNAL GtkButton::released ##### -->
 <para>
-Emitted when a button which is pressed is released, no matter where the
-mouse cursor is.
+
 </para>
 
-@button: the object which received the signal.
+@button:
 
 <!-- ##### ARG GtkButton:focus-on-click ##### -->
 <para>